home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 110
/
jogo-disk-110.iso
/
Games
/
steppenwolf_2_chapter_8.swf
/
scripts
/
DefineButton2_1752
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2008-11-12
|
276b
|
15 lines
on(press){
tellTarget("../../MailMovie")
{
gotoAndStop(1);
}
tellTarget("../../InvArrete")
{
gotoAndStop("Arret");
}
set("/Variables:Xposition",_X);
set("/Variables:Yposition",_Y);
this.swapDepths(1);
startDrag("",0);
}